inherited FileFormatSaveAsDialog: TFileFormatSaveAsDialog Left = 518 Top = 208 Caption = 'Save File Format As' ClientHeight = 72 ClientWidth = 313 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Edit: TUiComboBox Left = 8 Top = 8 Width = 297 Height = 21 AutoComplete = False ItemHeight = 13 TabOrder = 0 OnChange = EditChange OnClick = EditClick OnKeyDown = EditKeyDown end object DisableGlobalEdit: TUiCheckBox Left = 8 Top = 40 Height = 17 Caption = 'This session only' TabOrder = 1 Visible = False end object OkBtn: TUiButton Left = 152 Top = 40 Caption = 'OK' Default = True TabOrder = 2 OnClick = OkClick AutoSize = asRight end object CancelBtn: TUiButton Left = 232 Top = 40 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 AutoSize = asRight end end